Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic flow clean up. Test cases clean up and additional Test cases added #1

Closed
wants to merge 3 commits into from

Conversation

san81
Copy link
Collaborator

@san81 san81 commented Nov 19, 2024

Flakiness in Test cases is because of the global member usage and keep on adding different mocks. I reduced class level mock usage. This should help with Tests being consistent.

I also clean up the execution flow and removed try catch blocks that are not needed in LambdaProcessor flow.

Description

Flakiness in Test cases is because of the global member usage and keep on adding different mocks. I reduced class level mock usage. This should help with Tests being consistent.

I also clean up the execution flow and removed try catch blocks that are not needed in LambdaProcessor flow.

Issues Resolved

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…ymore

Signed-off-by: Santhosh Gandhe <1909520+san81@users.noreply.github.com>
@san81 san81 requested a review from kkondaka as a code owner November 19, 2024 11:10
kkondaka and others added 2 commits November 19, 2024 12:41
* Addressed review comments.

Signed-off-by: Kondaka <krishkdk@amazon.com>

* Fixed test cases

Signed-off-by: Kondaka <krishkdk@amazon.com>

* Fixed code coverage error

Signed-off-by: Kondaka <krishkdk@amazon.com>

---------

Signed-off-by: Kondaka <krishkdk@amazon.com>
Signed-off-by: Santhosh Gandhe <1909520+san81@users.noreply.github.com>
@san81 san81 closed this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants